home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / pressgen / qemm.v2 < prev    next >
Text File  |  1993-10-14  |  3KB  |  57 lines

  1. REF: QEMM   15 Jun 1993
  2.                        Using Notework with QEMM
  3.  
  4. Notework Version 2.0.0 (and higher) can be loaded into high memory using
  5. the LOADHI tool in QEMM under DOS 5.0 (and higher). (In fact, the loading
  6. script NWX.BAT tries to do this automatically. For details, see the topic
  7. "Loading Notework into High Memory".) When loading this way, the machine's
  8. CONFIG.SYS must have either
  9.  DOS=UMB
  10. or
  11.  DOS=HIGH,UMB
  12. in it.
  13.  
  14. ===== Lockups =====
  15. There have been reports that QEMM's STEALTH feature causes lockup
  16. problems with Notework.  Disabling this feature eliminates these errors.
  17. Check the DEVICE=QEMM line in the CONFIG.SYS file.  If there is a
  18. parameter ST:M or ST:F in that line, then STEALTH is active.
  19.  
  20. When using Notework with QEMM, Quarterdeck systems recommends placing the
  21. following in the user's CONFIG.SYS file:
  22.  
  23. Device=QEMM386.SYS Exclude=A000-C7FF
  24.  
  25. This prohibits QEMM from using all video memory, which is also used for some
  26. Notework operations.
  27.  
  28. The Quarterdeck application Manifest routinely recommends placing the
  29. line, STACKS=0,0, in CONFIG.SYS to save memory.  This is safe only if
  30. running DesqView exclusively.  Both QEMM and the MS-DOS manuals agree
  31. that STACKS=0,0 can cause random lockups (outside of DESQview).
  32.  
  33. The STACKS default is 0,0 for 8088 machines and 9,128 for 286 machines
  34. and above.  If lockups are occurring, try taking the STACKS line out of
  35. CONFIG.SYS until the problem has been resolved.
  36.  
  37. Upgrades to QEMM version 6.0 may be ordered by calling (310) 314-4413.
  38. The above information applies to QEMM Version 6.0, 6.01 and possibly
  39. later versions.
  40.  
  41. =====Sticky keys =====
  42. If users have problems with wrong characters coming out, like the <Ctrl>
  43. version of a character coming out although the <Ctrl> key wasn't pressed,
  44. Quarterdeck Technical Support suggests putting the "IA" parameter on the
  45. QEMM386 line. Here is the technical info:
  46.  
  47. IGNOREA20 (IA) tells QEMM not to trap the 8042 keyboard controller. By
  48. default, QEMM386.SYS traps the 8042 ports for the purpose of detecting
  49. programs which attempt to manipulate the state of the A20 line. Programs do
  50. this to access extended memory. However, sometimes keyboard problems arise
  51. as a result. The IA instruction disables support of HIMEM.SYS, but it may
  52. serve to remove some keyboard-related problems as a trade-off. QEMM-386
  53. supports XMS, and so there is generally no good reason to load HIMEM.SYS.
  54.  
  55. Other ideas about keyboard problems are discussed under the topic "Keyboard
  56. Problems".
  57.